Skip to content

fix type issues in config_params.py and run.py#518

Merged
hirosassa merged 3 commits into
m3dev:masterfrom
hirosassa:fix-type-config
May 15, 2026
Merged

fix type issues in config_params.py and run.py#518
hirosassa merged 3 commits into
m3dev:masterfrom
hirosassa:fix-type-config

Conversation

@hirosassa

Copy link
Copy Markdown
Collaborator

SSIA

Comment thread gokart/config_params.py Outdated
def get_param_values(cls, params, args, kwargs):
for param_key, param_value in self._config_class().param_kwargs.items():
task_param_key = self._parameter_alias.get(param_key, param_key)
task_param_key = self._parameter_alias.get(param_key) or param_key

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nits]
I wonder if we actually need this change.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It's unecessary. fixed in df762bc

@hirosassa hirosassa enabled auto-merge (squash) May 15, 2026 00:23
@hirosassa hirosassa merged commit 6e1d942 into m3dev:master May 15, 2026
8 checks passed
@hirosassa hirosassa deleted the fix-type-config branch May 15, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants